Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add client SFTP Key file support and fix docs #236

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

kevinbarbour
Copy link
Contributor

Changes

The config documentation claims that ClientPrivateKey should be a filename but in reality it needs to be the raw key string. I've fixed that documentation, but also added a ClientPrivateKeyFile config for flexibility with sourcing the client private key from the filesystem.

Why Are Changes Being Made

Fixes an incorrect documentation statement, and allows flexibility on deployment by storing private keys on the filesystem instead of in configuration files.

The config documentation claims that `ClientPrivateKey` should be a
filename but in reality it needs to be the raw key string. I've fixed
that documentation, but also added a `ClientPrivateKeyFile` config for
flexibility with sourcing the client private key from the filesystem.
@kevinbarbour kevinbarbour requested a review from adamdecaf as a code owner July 11, 2024 16:32
@kevinbarbour kevinbarbour changed the title Add client SFTP file support and fix docs Add client SFTP Key file support and fix docs Jul 11, 2024
Copy link
Member

@adamdecaf adamdecaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, you're right. Thanks for the fix.

@adamdecaf adamdecaf merged commit 9906c68 into moov-io:master Jul 11, 2024
4 of 6 checks passed
@adamdecaf
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants